home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-04-27 | 631 b | 24 lines |
- srcdir = .
-
- #### package, host, target, and site dependent Makefile fragments come in here.
- ##
-
- GENCLASS = ../genclass/genclass
- PROTODIR = $(srcdir)/../src/gen
- LIBS = ../libg++.a
-
- # compilation notes:
- # The following g++ warnings are expected to appear:
- #
- # 2. Several warnings from genclass about classes with only .h, no .cc files
- #
- # 3. A few harmless reminder warnings that some classes have no data members.
- #
- # 4. Many harmless warnings that arguments to vector-delete are unnecessary
- # when deleting arrays of builtin types.
-
- #--- NOTE: Lots of stuff gets added by ${srcdir}/Makefile.sh
-
- Makefile: $(srcdir)/Makefile.sh
-
-